home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_350 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  180 b   |  11 lines

  1. on(press){
  2.    if(_root.enemyLim != "No Limit")
  3.    {
  4.       _root.enemyLim -= 1;
  5.       if(_root.enemyLim == 9)
  6.       {
  7.          _root.enemyLim = "No Limit";
  8.       }
  9.    }
  10. }
  11.